POST /Group/AddMemberToGroups/{id}/
Adds a member from a series of groups.
Request
| Method |
Request URI |
| POST |
/API/Group/AddMemberToGroups/{id}/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID. Specifying via an Authorization request header instead is recommended. |
Path Parameters
| Path Parameter |
Description |
| id |
The ID of the account/group to add. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
A status code indicating whether the operation was successful.